run_job is implemented as stored procedure it cannot be executed
inside a SELECT query but has to be executed with CALL.
Any background worker can be run in the foreground when executed with
run_job. You can use this with an increased log level to help debug problems.Samples
Set log level shown to client toDEBUG1 and run the with the ID 1000:
Arguments
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
job_id | INTEGER | - | ✔ | TimescaleDB background ID |