Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bull
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 175
    • Issues 175
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OptimalBits
  • bull
  • Issues
  • #481
Closed
Open
Issue created Mar 31, 2017 by Manuel Astudillo@manastContributor

[Feature] Implement acknowledge mechanism

Implementing reliable job completion notifications to the producer of jobs is currently possible by using a producer queue where the consumer/worker puts the results of its processing. However requires boilerplate which should not be needed for such a common case. Instead we can have an extra option when adding a job, acknowledge where the producer can specify a results queue, where the consumer will automatically and reliably put the results. The acknowledge option could be a single string for specifying a queue name, but it could also be an object with queue name and redis connection string, for those cases where the results shall be placed in a different redis server.

Assignee
Assign to
Time tracking