-
Only select jobs that failed due to an exception with the given message.
Select jobs which have given job handler type
Select jobs which have given job handler type
Only select jobs with the given id
Only select jobs that have the given tenant id.
Only select jobs with a tenant id like the given one.
Only select jobs that do not have a tenant id.
Only return jobs that are locked (i.e. they are acquired by an executor).
Only return jobs with the given lock owner.
Order by job id (needs to be followed by Query.asc()
or Query.desc()
).
Order by retries (needs to be followed by Query.asc()
or Query.desc()
).
Order by tenant id (needs to be followed by Query.asc()
or Query.desc()
).
Only select jobs with the given scope type.
Only return jobs that are not locked.
Only select jobs that failed due to an exception.
Only return jobs that do not have a scope type.