mirror of https://github.com/celery/celery.git
Fix typo in signals.py (#5264)
This commit is contained in:
parent
61e9ffa765
commit
c33db1a610
|
@ -83,7 +83,7 @@ task_sent = Signal(
|
|||
},
|
||||
)
|
||||
|
||||
# - Prorgam: `celery worker`
|
||||
# - Program: `celery worker`
|
||||
celeryd_init = Signal(
|
||||
name='celeryd_init',
|
||||
providing_args={'instance', 'conf', 'options'},
|
||||
|
|
Loading…
Reference in New Issue