cyme.tasks

cyme.tasks

  • We have our own version of the webhook task.
  • It simply forwards the original request, not depending on any semantics present in the query string of the request, nor in the data returned in the response.
cyme.tasks.DEFAULT_HEADERS = {'User-Agent': 'Celery/cyme v0.0.4'}

Default HTTP headers to pass to the dispatched request.

cyme.tasks.UA = 'Celery/cyme v0.0.4'

Cyme User Agent string.

cyme.tasks.response_to_dict(r)

Previous topic

cyme.status

Next topic

cyme.management.commands.cyme

This Page