 Celery v5.0.1 Documentationadd >>> add.delay(4, 4) The task has now been processed by the worker you started earlier. You can verify this by looking at the worker’s console output. Calling a task returns an AsyncResult instance. result_serializer = 'json' accept_content = ['json'] timezone = 'Europe/Oslo' enable_utc = True To verify that your configuration file works properly and doesn’t contain any syntax errors, you can try to connect def on_setup_logging(**kwargs): pass Argument checking New in version 4.0. Celery will verify the arguments passed when you call the task, just like Python does when calling a normal function:0 码力 | 2313 页 | 2.13 MB | 1 年前3 Celery v5.0.1 Documentationadd >>> add.delay(4, 4) The task has now been processed by the worker you started earlier. You can verify this by looking at the worker’s console output. Calling a task returns an AsyncResult instance. result_serializer = 'json' accept_content = ['json'] timezone = 'Europe/Oslo' enable_utc = True To verify that your configuration file works properly and doesn’t contain any syntax errors, you can try to connect def on_setup_logging(**kwargs): pass Argument checking New in version 4.0. Celery will verify the arguments passed when you call the task, just like Python does when calling a normal function:0 码力 | 2313 页 | 2.13 MB | 1 年前3
 Celery v5.0.2 Documentationadd >>> add.delay(4, 4) The task has now been processed by the worker you started earlier. You can verify this by looking at the worker’s console output. Calling a task returns an AsyncResult instance. result_serializer = 'json' accept_content = ['json'] timezone = 'Europe/Oslo' enable_utc = True To verify that your configuration file works properly and doesn’t contain any syntax errors, you can try to connect def on_setup_logging(**kwargs): pass Argument checking New in version 4.0. Celery will verify the arguments passed when you call the task, just like Python does when calling a normal function:0 码力 | 2313 页 | 2.14 MB | 1 年前3 Celery v5.0.2 Documentationadd >>> add.delay(4, 4) The task has now been processed by the worker you started earlier. You can verify this by looking at the worker’s console output. Calling a task returns an AsyncResult instance. result_serializer = 'json' accept_content = ['json'] timezone = 'Europe/Oslo' enable_utc = True To verify that your configuration file works properly and doesn’t contain any syntax errors, you can try to connect def on_setup_logging(**kwargs): pass Argument checking New in version 4.0. Celery will verify the arguments passed when you call the task, just like Python does when calling a normal function:0 码力 | 2313 页 | 2.14 MB | 1 年前3
 Celery v5.0.0 Documentationadd >>> add.delay(4, 4) The task has now been processed by the worker you started earlier. You can verify this by looking at the worker’s console output. Calling a task returns an AsyncResult instance. result_serializer = 'json' accept_content = ['json'] timezone = 'Europe/Oslo' enable_utc = True To verify that your configuration file works properly and doesn’t contain any syntax errors, you can try to connect def on_setup_logging(**kwargs): pass Argument checking New in version 4.0. Celery will verify the arguments passed when you call the task, just like Python does when calling a normal function:0 码力 | 2309 页 | 2.13 MB | 1 年前3 Celery v5.0.0 Documentationadd >>> add.delay(4, 4) The task has now been processed by the worker you started earlier. You can verify this by looking at the worker’s console output. Calling a task returns an AsyncResult instance. result_serializer = 'json' accept_content = ['json'] timezone = 'Europe/Oslo' enable_utc = True To verify that your configuration file works properly and doesn’t contain any syntax errors, you can try to connect def on_setup_logging(**kwargs): pass Argument checking New in version 4.0. Celery will verify the arguments passed when you call the task, just like Python does when calling a normal function:0 码力 | 2309 页 | 2.13 MB | 1 年前3
 Celery v5.0.5 Documentationadd >>> add.delay(4, 4) The task has now been processed by the worker you started earlier. You can verify this by looking at the worker’s console output. Calling a task returns an AsyncResult instance. result_serializer = 'json' accept_content = ['json'] timezone = 'Europe/Oslo' enable_utc = True To verify that your configuration file works properly and doesn’t contain any syntax errors, you can try to connect def on_setup_logging(**kwargs): pass Argument checking New in version 4.0. Celery will verify the arguments passed when you call the task, just like Python does when calling a normal function:0 码力 | 2315 页 | 2.14 MB | 1 年前3 Celery v5.0.5 Documentationadd >>> add.delay(4, 4) The task has now been processed by the worker you started earlier. You can verify this by looking at the worker’s console output. Calling a task returns an AsyncResult instance. result_serializer = 'json' accept_content = ['json'] timezone = 'Europe/Oslo' enable_utc = True To verify that your configuration file works properly and doesn’t contain any syntax errors, you can try to connect def on_setup_logging(**kwargs): pass Argument checking New in version 4.0. Celery will verify the arguments passed when you call the task, just like Python does when calling a normal function:0 码力 | 2315 页 | 2.14 MB | 1 年前3
 Celery 3.0 Documentation>>> add.delay(4, 4) The task has now been processed by the worker you started earlier, and you can verify that by looking at the workers console output. Calling a task returns an AsyncResult instance: this result_serializer = 'json' accept_content = ['json'] timezone = 'Europe/Oslo' enable_utc = True To verify that your configuration file works properly, and doesn’t contain any syntax errors, you can try to finally: sys.stdout, sys.stderr = old_outs Argument checking New in version 4.0. Celery will verify the arguments passed when you call the task, just like Python does when calling a normal function:0 码力 | 2110 页 | 2.23 MB | 1 年前3 Celery 3.0 Documentation>>> add.delay(4, 4) The task has now been processed by the worker you started earlier, and you can verify that by looking at the workers console output. Calling a task returns an AsyncResult instance: this result_serializer = 'json' accept_content = ['json'] timezone = 'Europe/Oslo' enable_utc = True To verify that your configuration file works properly, and doesn’t contain any syntax errors, you can try to finally: sys.stdout, sys.stderr = old_outs Argument checking New in version 4.0. Celery will verify the arguments passed when you call the task, just like Python does when calling a normal function:0 码力 | 2110 页 | 2.23 MB | 1 年前3
 Celery v4.0.0 Documentation>>> add.delay(4, 4) The task has now been processed by the worker you started earlier, and you can verify that by looking at the workers console output. Calling a task returns an AsyncResult instance: this result_serializer = 'json' accept_content = ['json'] timezone = 'Europe/Oslo' enable_utc = True To verify that your configuration file works properly, and doesn’t contain any syntax errors, you can try to finally: sys.stdout, sys.stderr = old_outs Argument checking New in version 4.0. Celery will verify the arguments passed when you call the task, just like Python does when calling a normal function:0 码力 | 2106 页 | 2.23 MB | 1 年前3 Celery v4.0.0 Documentation>>> add.delay(4, 4) The task has now been processed by the worker you started earlier, and you can verify that by looking at the workers console output. Calling a task returns an AsyncResult instance: this result_serializer = 'json' accept_content = ['json'] timezone = 'Europe/Oslo' enable_utc = True To verify that your configuration file works properly, and doesn’t contain any syntax errors, you can try to finally: sys.stdout, sys.stderr = old_outs Argument checking New in version 4.0. Celery will verify the arguments passed when you call the task, just like Python does when calling a normal function:0 码力 | 2106 页 | 2.23 MB | 1 年前3
 Celery 3.1 Documentation>>> add.delay(4, 4) The task has now been processed by the worker you started earlier, and you can verify that by looking at the workers console output. Calling a task returns an AsyncResult instance, which 'json' CELERY_ACCEPT_CONTENT=['json'] CELERY_TIMEZONE = 'Europe/Oslo' CELERY_ENABLE_UTC = True To verify that your configuration file works properly, and doesn’t contain any syntax errors, you can try to email_address = models.EmailField(_('email address')) homepage = models.URLField(_('home page'), blank=True, verify_exists=False) comment = models.TextField(_('comment')) pub_date = models.DateTimeField(_('Published0 码力 | 607 页 | 2.27 MB | 1 年前3 Celery 3.1 Documentation>>> add.delay(4, 4) The task has now been processed by the worker you started earlier, and you can verify that by looking at the workers console output. Calling a task returns an AsyncResult instance, which 'json' CELERY_ACCEPT_CONTENT=['json'] CELERY_TIMEZONE = 'Europe/Oslo' CELERY_ENABLE_UTC = True To verify that your configuration file works properly, and doesn’t contain any syntax errors, you can try to email_address = models.EmailField(_('email address')) homepage = models.URLField(_('home page'), blank=True, verify_exists=False) comment = models.TextField(_('comment')) pub_date = models.DateTimeField(_('Published0 码力 | 607 页 | 2.27 MB | 1 年前3
 Celery 3.1 Documentation>>> add.delay(4, 4) The task has now been processed by the worker you started earlier, and you can verify that by looking at the workers console output. Calling a task returns an AsyncResult instance, which 'json' CELERY_ACCEPT_CONTENT=['json'] CELERY_TIMEZONE = 'Europe/Oslo' CELERY_ENABLE_UTC = True To verify that your configuration file works properly, and doesn’t contain any syntax errors, you can try to address')) homepage = models.URLField(_('home page'), blank=True, verify_exists=False) comment = models.TextField(_('comment')) pub_date = models.DateTimeField(_('Published0 码力 | 887 页 | 1.22 MB | 1 年前3 Celery 3.1 Documentation>>> add.delay(4, 4) The task has now been processed by the worker you started earlier, and you can verify that by looking at the workers console output. Calling a task returns an AsyncResult instance, which 'json' CELERY_ACCEPT_CONTENT=['json'] CELERY_TIMEZONE = 'Europe/Oslo' CELERY_ENABLE_UTC = True To verify that your configuration file works properly, and doesn’t contain any syntax errors, you can try to address')) homepage = models.URLField(_('home page'), blank=True, verify_exists=False) comment = models.TextField(_('comment')) pub_date = models.DateTimeField(_('Published0 码力 | 887 页 | 1.22 MB | 1 年前3
 Celery v4.1.0 Documentationadd >>> add.delay(4, 4) The task has now been processed by the worker you started earlier. You can verify this by looking at the worker’s console output. 2.2. Getting Started 21 Celery Documentation, Release result_serializer = 'json' accept_content = ['json'] timezone = 'Europe/Oslo' enable_utc = True To verify that your configuration file works properly and doesn’t contain any syntax errors, you can try to Guide 51 Celery Documentation, Release 4.1.0 Argument checking New in version 4.0. Celery will verify the arguments passed when you call the task, just like Python does when calling a normal function:0 码力 | 714 页 | 2.63 MB | 1 年前3 Celery v4.1.0 Documentationadd >>> add.delay(4, 4) The task has now been processed by the worker you started earlier. You can verify this by looking at the worker’s console output. 2.2. Getting Started 21 Celery Documentation, Release result_serializer = 'json' accept_content = ['json'] timezone = 'Europe/Oslo' enable_utc = True To verify that your configuration file works properly and doesn’t contain any syntax errors, you can try to Guide 51 Celery Documentation, Release 4.1.0 Argument checking New in version 4.0. Celery will verify the arguments passed when you call the task, just like Python does when calling a normal function:0 码力 | 714 页 | 2.63 MB | 1 年前3
 Celery v4.1.0 Documentationadd >>> add.delay(4, 4) The task has now been processed by the worker you started earlier. You can verify this by looking at the worker’s console output. Calling a task returns an AsyncResult instance. result_serializer = 'json' accept_content = ['json'] timezone = 'Europe/Oslo' enable_utc = True To verify that your configuration file works properly and doesn’t contain any syntax errors, you can try to finally: sys.stdout, sys.stderr = old_outs Argument checking New in version 4.0. Celery will verify the arguments passed when you call the task, just like Python does when calling a normal function:0 码力 | 1057 页 | 1.35 MB | 1 年前3 Celery v4.1.0 Documentationadd >>> add.delay(4, 4) The task has now been processed by the worker you started earlier. You can verify this by looking at the worker’s console output. Calling a task returns an AsyncResult instance. result_serializer = 'json' accept_content = ['json'] timezone = 'Europe/Oslo' enable_utc = True To verify that your configuration file works properly and doesn’t contain any syntax errors, you can try to finally: sys.stdout, sys.stderr = old_outs Argument checking New in version 4.0. Celery will verify the arguments passed when you call the task, just like Python does when calling a normal function:0 码力 | 1057 页 | 1.35 MB | 1 年前3
共 51 条
- 1
- 2
- 3
- 4
- 5
- 6














