 Celery v5.0.1 Documentationsum(numbers) @shared_task def count_widgets(): return Widget.objects.count() @shared_task def rename_widget(widget_id, name): w = Widget.objects.get(id=widget_id) w.name = name w.save() See in this version for backward compatibility, they will be removed in Celery 5.0, so make sure you rename these ASAP to make sure it won’t break for that release. Chances are that you’ll only use the first sqlalchemy_* -> database_*. The sqlalchemy_ named settings won’t work at all in this version so you need to rename them. This is a last minute change, and as they were not supported in 3.1 we will not be providing0 码力 | 2313 页 | 2.13 MB | 1 年前3 Celery v5.0.1 Documentationsum(numbers) @shared_task def count_widgets(): return Widget.objects.count() @shared_task def rename_widget(widget_id, name): w = Widget.objects.get(id=widget_id) w.name = name w.save() See in this version for backward compatibility, they will be removed in Celery 5.0, so make sure you rename these ASAP to make sure it won’t break for that release. Chances are that you’ll only use the first sqlalchemy_* -> database_*. The sqlalchemy_ named settings won’t work at all in this version so you need to rename them. This is a last minute change, and as they were not supported in 3.1 we will not be providing0 码力 | 2313 页 | 2.13 MB | 1 年前3
 Celery v5.0.2 Documentationsum(numbers) @shared_task def count_widgets(): return Widget.objects.count() @shared_task def rename_widget(widget_id, name): w = Widget.objects.get(id=widget_id) w.name = name w.save() See in this version for backward compatibility, they will be removed in Celery 5.0, so make sure you rename these ASAP to make sure it won’t break for that release. Chances are that you’ll only use the first sqlalchemy_* -> database_*. The sqlalchemy_ named settings won’t work at all in this version so you need to rename them. This is a last minute change, and as they were not supported in 3.1 we will not be providing0 码力 | 2313 页 | 2.14 MB | 1 年前3 Celery v5.0.2 Documentationsum(numbers) @shared_task def count_widgets(): return Widget.objects.count() @shared_task def rename_widget(widget_id, name): w = Widget.objects.get(id=widget_id) w.name = name w.save() See in this version for backward compatibility, they will be removed in Celery 5.0, so make sure you rename these ASAP to make sure it won’t break for that release. Chances are that you’ll only use the first sqlalchemy_* -> database_*. The sqlalchemy_ named settings won’t work at all in this version so you need to rename them. This is a last minute change, and as they were not supported in 3.1 we will not be providing0 码力 | 2313 页 | 2.14 MB | 1 年前3
 Celery v5.0.0 Documentationsum(numbers) @shared_task def count_widgets(): return Widget.objects.count() @shared_task def rename_widget(widget_id, name): w = Widget.objects.get(id=widget_id) w.name = name w.save() See in this version for backward compatibility, they will be removed in Celery 5.0, so make sure you rename these ASAP to make sure it won’t break for that release. Chances are that you’ll only use the first sqlalchemy_* -> database_*. The sqlalchemy_ named settings won’t work at all in this version so you need to rename them. This is a last minute change, and as they were not supported in 3.1 we will not be providing0 码力 | 2309 页 | 2.13 MB | 1 年前3 Celery v5.0.0 Documentationsum(numbers) @shared_task def count_widgets(): return Widget.objects.count() @shared_task def rename_widget(widget_id, name): w = Widget.objects.get(id=widget_id) w.name = name w.save() See in this version for backward compatibility, they will be removed in Celery 5.0, so make sure you rename these ASAP to make sure it won’t break for that release. Chances are that you’ll only use the first sqlalchemy_* -> database_*. The sqlalchemy_ named settings won’t work at all in this version so you need to rename them. This is a last minute change, and as they were not supported in 3.1 we will not be providing0 码力 | 2309 页 | 2.13 MB | 1 年前3
 Celery v5.0.5 Documentationsum(numbers) @shared_task def count_widgets(): return Widget.objects.count() @shared_task def rename_widget(widget_id, name): w = Widget.objects.get(id=widget_id) w.name = name w.save() See in this version for backward compatibility, they will be removed in Celery 5.0, so make sure you rename these ASAP to make sure it won’t break for that release. Chances are that you’ll only use the first sqlalchemy_* -> database_*. The sqlalchemy_ named settings won’t work at all in this version so you need to rename them. This is a last minute change, and as they were not supported in 3.1 we will not be providing0 码力 | 2315 页 | 2.14 MB | 1 年前3 Celery v5.0.5 Documentationsum(numbers) @shared_task def count_widgets(): return Widget.objects.count() @shared_task def rename_widget(widget_id, name): w = Widget.objects.get(id=widget_id) w.name = name w.save() See in this version for backward compatibility, they will be removed in Celery 5.0, so make sure you rename these ASAP to make sure it won’t break for that release. Chances are that you’ll only use the first sqlalchemy_* -> database_*. The sqlalchemy_ named settings won’t work at all in this version so you need to rename them. This is a last minute change, and as they were not supported in 3.1 we will not be providing0 码力 | 2315 页 | 2.14 MB | 1 年前3
 Celery 3.0 Documentationsqlalchemy_* -> database_*. The sqlalchemy_ named settings won’t work at all in this version so you need to rename them. This is a last minute change, and as they were not supported in 3.1 we will not be providing in this version for backward compatibility, they will be removed in Celery 5.0, so make sure you rename these ASAP to make sure it won’t break for that release. Chances are that you’ll only use the first naming scheme. We now support consuming from an arbitrary number of queues. To do this we had to rename the configuration syntax. If you use any of the custom AMQP routing options (queue/exchange/routing_key0 码力 | 2110 页 | 2.23 MB | 1 年前3 Celery 3.0 Documentationsqlalchemy_* -> database_*. The sqlalchemy_ named settings won’t work at all in this version so you need to rename them. This is a last minute change, and as they were not supported in 3.1 we will not be providing in this version for backward compatibility, they will be removed in Celery 5.0, so make sure you rename these ASAP to make sure it won’t break for that release. Chances are that you’ll only use the first naming scheme. We now support consuming from an arbitrary number of queues. To do this we had to rename the configuration syntax. If you use any of the custom AMQP routing options (queue/exchange/routing_key0 码力 | 2110 页 | 2.23 MB | 1 年前3
 Celery v4.0.0 Documentationsqlalchemy_* -> database_*. The sqlalchemy_ named settings won’t work at all in this version so you need to rename them. This is a last minute change, and as they were not supported in 3.1 we will not be providing in this version for backward compatibility, they will be removed in Celery 5.0, so make sure you rename these ASAP to make sure it won’t break for that release. Chances are that you’ll only use the first naming scheme. We now support consuming from an arbitrary number of queues. To do this we had to rename the configuration syntax. If you use any of the custom AMQP routing options (queue/exchange/routing_key0 码力 | 2106 页 | 2.23 MB | 1 年前3 Celery v4.0.0 Documentationsqlalchemy_* -> database_*. The sqlalchemy_ named settings won’t work at all in this version so you need to rename them. This is a last minute change, and as they were not supported in 3.1 we will not be providing in this version for backward compatibility, they will be removed in Celery 5.0, so make sure you rename these ASAP to make sure it won’t break for that release. Chances are that you’ll only use the first naming scheme. We now support consuming from an arbitrary number of queues. To do this we had to rename the configuration syntax. If you use any of the custom AMQP routing options (queue/exchange/routing_key0 码力 | 2106 页 | 2.23 MB | 1 年前3
 Celery 1.0 Documentationnaming scheme. • We now support consuming from an arbitrary number of queues. To do this we had to rename the configuration syntax. If you use any of the custom AMQP routing options (queue/exchange/routing_key0 码力 | 123 页 | 400.69 KB | 1 年前3 Celery 1.0 Documentationnaming scheme. • We now support consuming from an arbitrary number of queues. To do this we had to rename the configuration syntax. If you use any of the custom AMQP routing options (queue/exchange/routing_key0 码力 | 123 页 | 400.69 KB | 1 年前3
 Celery 1.0 Documentationnaming scheme. We now support consuming from an arbitrary number of queues. To do this we had to rename the configuration syntax. If you use any of the custom AMQP routing options (queue/exchange/routing_key0 码力 | 221 页 | 283.64 KB | 1 年前3 Celery 1.0 Documentationnaming scheme. We now support consuming from an arbitrary number of queues. To do this we had to rename the configuration syntax. If you use any of the custom AMQP routing options (queue/exchange/routing_key0 码力 | 221 页 | 283.64 KB | 1 年前3
 Celery v4.4.5 Documentationsum(numbers) @shared_task def count_widgets(): return Widget.objects.count() @shared_task def rename_widget(widget_id, name): w = Widget.objects.get(id=widget_id) w.name = name w.save() See in this version for backward compatibility, they will be removed in Celery 5.0, so make sure you rename these ASAP to make sure it won’t break for that release. Chances are that you’ll only use the first sqlalchemy_* -> database_*. The sqlalchemy_ named settings won’t work at all in this version so you need to rename them. This is a last minute change, and as they were not supported in 3.1 we will not be providing0 码力 | 1215 页 | 1.44 MB | 1 年前3 Celery v4.4.5 Documentationsum(numbers) @shared_task def count_widgets(): return Widget.objects.count() @shared_task def rename_widget(widget_id, name): w = Widget.objects.get(id=widget_id) w.name = name w.save() See in this version for backward compatibility, they will be removed in Celery 5.0, so make sure you rename these ASAP to make sure it won’t break for that release. Chances are that you’ll only use the first sqlalchemy_* -> database_*. The sqlalchemy_ named settings won’t work at all in this version so you need to rename them. This is a last minute change, and as they were not supported in 3.1 we will not be providing0 码力 | 1215 页 | 1.44 MB | 1 年前3
 Celery 4.4.0 Documentationsum(numbers) @shared_task def count_widgets(): return Widget.objects.count() @shared_task def rename_widget(widget_id, name): w = Widget.objects.get(id=widget_id) w.name = name w.save() See in this version for backward compatibility, they will be removed in Celery 5.0, so make sure you rename these ASAP to make sure it won’t break for that release. Chances are that you’ll only use the first sqlalchemy_* -> database_*. The sqlalchemy_ named settings won’t work at all in this version so you need to rename them. This is a last minute change, and as they were not supported in 3.1 we will not be providing0 码力 | 1185 页 | 1.42 MB | 1 年前3 Celery 4.4.0 Documentationsum(numbers) @shared_task def count_widgets(): return Widget.objects.count() @shared_task def rename_widget(widget_id, name): w = Widget.objects.get(id=widget_id) w.name = name w.save() See in this version for backward compatibility, they will be removed in Celery 5.0, so make sure you rename these ASAP to make sure it won’t break for that release. Chances are that you’ll only use the first sqlalchemy_* -> database_*. The sqlalchemy_ named settings won’t work at all in this version so you need to rename them. This is a last minute change, and as they were not supported in 3.1 we will not be providing0 码力 | 1185 页 | 1.42 MB | 1 年前3
共 51 条
- 1
- 2
- 3
- 4
- 5
- 6














