-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
211ce1b
commit 48638b2
Showing
4 changed files
with
65 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
🔖 [Table of Contents](../README.md) / [FAQ](README.md) | ||
|
||
|
||
# Does Zrb Have a Scheduler? | ||
|
||
No, but you can use `RecurringTask` and `TimeWatcher` | ||
|
||
|
||
# How To Make A Scheduled Task? | ||
|
||
There are some [tricks](../tutorials/running-task-by-schedule.md) you can use. | ||
|
||
For example, you can use: | ||
|
||
- RecurringTask | ||
- Infinite loop | ||
- Cronjob | ||
- Orchestrator like Airflow. | ||
|
||
🔖 [Table of Contents](../README.md) / [FAQ](README.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters