Skip to content
Discussion options

You must be logged in to vote

If you are using postgres, you can use an sql query:

This is the ack query, you can use something similar

UPDATE
    apalis.jobs
SET
    status = $4,
    attempts = $2,
    last_result = $3,
    done_at = NOW()
WHERE
    id = $1
    AND lock_by = $5

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@JasterV
Comment options

@geofmureithi
Comment options

Answer selected by geofmureithi
@JasterV
Comment options

@geofmureithi
Comment options

@JasterV
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants