Expand my Community achievements bar.

SOLVED

Sling jobs monitoring

Avatar

Level 5

We are implementing our first Sling job to ensure a certain task will be processed. The question I have however is how can I monitor the queue e.g. check how deep the queue is or how many jobs have had to be retried or have exhausted there retry count and ideally a log of all those jobs that failed and ran out of retries? I thought about writing a custom health check but was wondering if there is anything built in already?

1 Accepted Solution

Avatar

Correct answer by
Level 10

See this topic - there is some API examples that may be of help....

Operations Dashboard

View solution in original post

2 Replies

Avatar

Level 5

Just to add I have come across the following console but can't see my custom job:

http://localhost:4502/system/console/slingevent

Avatar

Correct answer by
Level 10

See this topic - there is some API examples that may be of help....

Operations Dashboard