mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-18 18:38:06 +08:00
Updated README
typos
This commit is contained in:
@@ -182,7 +182,7 @@ Admin page or directly from your code:
|
||||
- **func**: the function to schedule. Dotted strings only.
|
||||
- **args**: arguments for the scheduled function.
|
||||
- **hook**: optional result hook function. Dotted strings only.
|
||||
- **schedule_type**: (O)nce, (H)ourly, (D)aily, (W)eekly, M(onthly), Q(uarterly), Y(early)
|
||||
- **schedule_type**: (O)nce, (H)ourly, (D)aily, (W)eekly, (M)onthly, (Q)uarterly, (Y)early
|
||||
- **repeats**: Number of times to repeat schedule. -1=Always, 0=Never, n=n.
|
||||
- **next_run**: Next or first scheduled execution datetime.
|
||||
- **kwargs**: optional keyword arguments for the scheduled function.
|
||||
|
||||
Reference in New Issue
Block a user