Scheduling feature #102
binaryfire
started this conversation in
Ideas
Replies: 1 comment
-
|
@binaryfire Laravel scheduling just got an improvement https://laravel.com/docs/10.x/scheduling#sub-minute-scheduled-tasks and I think we could write some simple glue code to use the scheduler to start workflows. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It'd be great to have a database-based scheduling feature like Temporal's:
https://www.youtube.com/watch?v=sAQxY32vhrg
https://www.youtube.com/watch?v=YNlVNztzaA4
We use it all the time and its awesome. Hardcoded cron jobs aren't the best fit for workflows. Being able to manage schedules dynamically in the db is much better.
Some ideas:
scheduled_workflowstableBeta Was this translation helpful? Give feedback.
All reactions