maurits-leblo wrote a reply+100 XP
1mo ago
Hi,
This is exactly what I already do. For each scheduled task there is a separate job dispatched. in each job an different artisan command is ran.
maurits-leblo started a new conversation+100 XP
1mo ago
I want to build an scheduler that is managed in the Database and can be programmed by the user. The usecase will only be for SYS admins. With this I want to set cron expressions and add logging for each time it runs. Currently I've got this running trough 1 job that runs an Artisan command. This issues in many errors that are hard to reproduce/debug. Has anyone made an similar project or does anyone have an idea how this can ben done better?