Taskforce.sh
  • Documentation
  • Getting started
    • Direct Redis Connection
    • Taskforce connector
  • Account
    • Settings
  • Connections
    • Queues
    • Jobs
    • Workers
  • Metrics
  • Monitoring
    • Enable notifications
      • Slack
      • Pagerduty
    • Connection monitor
    • Failed jobs monitor
    • Missing workers monitor
    • Max Memory monitor
    • Backlog Monitor
  • Alerts
  • Organizations
  • BullMQ Pro
    • Connector Pro
  • On Premises
    • AWS
      • Launch AWS AMI.
      • Create role with SSM permissions
      • Assign SSM Role
      • Configure your instance
        • Create a PostgreSQL instance
        • Configure Auth0
          • Configure API
        • Configure Mailgun
      • Setup loadbalancer
      • Setup route 53
      • Monitors
      • Upgrading
      • Troubleshooting
    • Docker
      • Docker registry
      • Environment variables
      • Docker compose
    • Using the taskforce connector
  • Security primer
  • Troubleshooting
Powered by GitBook
On this page

Was this helpful?

  1. Connections

Jobs

PreviousQueuesNextWorkers

Last updated 3 years ago

Was this helpful?

The jobs view allows you to examine jobs that are in the queue or that have been processed by the workers. You can select any of the possible states where a job can be in a queue to discover which jobs are in said states:

Jobs can be opened in order to get useful information such as: options, data, result values, logs, error callstacks and reasons for failing:

From this view it is also possible to perform operations on the individual jobs, or on a certain selection of the jobs.

For example, a common action is to retry failed jobs after resolving the underlaying reason for the failure.

Updating jobs

It is possible to edit the data of existing jobs if they are in compatible states such as "Waiting", "Delayed" or "Failed". You update a job by clicking on the "Edit" icon:

You will get up an update job dialog:

Just perform any change you want on the data field as JSON and click on Update:

Job action menu