You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow job dependencies. Jobs can depend on other jobs.
The following needs to be updated:
Job validation: If a job has a dependency, validate the execution time. Execution of the current job cannot be before the execution time of the job it depends on.
Job execution: Only execute the job if the job it depends on was successful.
In scope of this task, consider:
Switching to Redis for job execution
Implement job queues instead of locking the tables?
The text was updated successfully, but these errors were encountered:
Allow job dependencies. Jobs can depend on other jobs.
The following needs to be updated:
In scope of this task, consider:
The text was updated successfully, but these errors were encountered: