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
{{ message }}
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
We need to provide ability to schedule when specific task will be performed.
Schedule
model.Schedule
button to tasks page.task name
,schedule
,next run
,last run
.For example, the most simple case that worth to be implemented in this task is - allow to choose N hours period, when task is run.
Example: Task with id=1 should be run every 3 hours.
Later, scheduler application will receive the list of all scheduled tasks and perform them as soon as the time comes.
The text was updated successfully, but these errors were encountered: