Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Task scheduling interface #32

Closed
Mehonoshin opened this issue Nov 2, 2019 · 1 comment
Closed

Task scheduling interface #32

Mehonoshin opened this issue Nov 2, 2019 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@Mehonoshin
Copy link
Member

We need to provide ability to schedule when specific task will be performed.

  1. Create Schedule model.
  2. Add Schedule button to tasks page.
  3. In the form provide ability to choose how often do we want to run required task.
  4. Display scrapping schedule on the main page, in format of table with columns 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.

@Mehonoshin Mehonoshin added the help wanted Extra attention is needed label Nov 2, 2019
@Mehonoshin
Copy link
Member Author

should be resolved in omniscrapper/scheduler#2

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant