Flask Documentation (1.1.x)
Streaming Contents Deferred Request Callbacks Adding HTTP Method Overrides Request Content Checksums Celery Background Tasks Subclassing Flask Single-Page Applications Deployment Options Hosted options Self-hosted notifications. Follow-up reads: Sentry also supports catching errors from your worker queue (RQ, Celery) in a similar fashion. See the Python SDK docs [https://docs.sentry.io/platforms/python/] for more Streaming with Context Deferred Request Callbacks Adding HTTP Method Overrides Request Content Checksums Celery Background Tasks Install Configure An example task Run a worker Subclassing Flask Single-Page Applications0 码力 | 428 页 | 895.98 KB | 1 年前3Flask Documentation (1.1.x)
Release 1.1.4 Follow-up reads: • Sentry also supports catching errors from your worker queue (RQ, Celery) in a similar fashion. See the Python SDK docs for more information. • Getting started with Sentry hash is fully constructed. checksum = hash.hexdigest() return 'Hash was: %s' % checksum 1.21.25 Celery Background Tasks If your application has a long running task, such as processing some uploaded data Release 1.1.4 Celery is a powerful task queue that can be used for simple background tasks as well as complex multi-stage programs and schedules. This guide will show you how to configure Celery using Flask0 码力 | 291 页 | 1.25 MB | 1 年前3
共 2 条
- 1
相关搜索词