celery.bin.worker
¶
Program used to start a Celery worker instance.
- class celery.bin.worker.Autoscale[source]¶
Autoscaling parameter.
- convert(value, param, ctx)[source]¶
Converts the value. This is not invoked for values that are None (the missing value).
- name = '<min workers>, <max workers>'¶
the descriptive name of this type
- class celery.bin.worker.CeleryBeat[source]¶
Celery Beat flag.
- convert(value, param, ctx)[source]¶
Converts the value. This is not invoked for values that are None (the missing value).
- name = 'beat'¶
the descriptive name of this type
- class celery.bin.worker.Hostname[source]¶
Hostname option.
- convert(value, param, ctx)[source]¶
Converts the value. This is not invoked for values that are None (the missing value).
- name = 'hostname'¶
the descriptive name of this type