Skip to content
Snippets Groups Projects

Resolve "Background Tasks / Task Broker"

Merged Nik | Klampfradler requested to merge 154-background-tasks-task-broker into master
All threads resolved!

Closes #154 (closed)

Edited by Nik | Klampfradler

Merge request reports

Pipeline #663 failed

Pipeline failed for 27cc2e36 on 154-background-tasks-task-broker

Test coverage 73.00% (0.00%) from 1 job
Approval is optional
Test summary results are being parsed

Merged by Jonathan WethJonathan Weth 5 years ago (Jan 16, 2020 6:17pm UTC)

Merge details

  • Changes merged into master with ef24f472.
  • Deleted the source branch.
  • Auto-merge enabled

Pipeline #667 failed

Pipeline failed for ef24f472 on master

Test coverage 73.00% (0.00%) from 1 job

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Nik | Klampfradler resolved all threads

    resolved all threads

  • Nik | Klampfradler unmarked as a Work In Progress

    unmarked as a Work In Progress

  • Example how to add a task to an app:

    # tasks.py
    
    from .util.core_helpers import celery_optional
    
    
    @celery_optional
    def test():
        return "Hi Foo"

    Missing documentation will be tracked in the general docs issue.

  • added 3 commits

    • e5477da4 - Update poetry.lock
    • 89558a17 - Enable Redis as broker for Celery
    • 27cc2e36 - Always import Celery config if available

    Compare with previous version

  • Yes :D

  • Jonathan Weth mentioned in commit ef24f472

    mentioned in commit ef24f472

  • merged

  • Please register or sign in to reply
    Loading