A streaming job is a job that creates an index, a materialized view, a table, a sink, or a source with connectors. You need to specify the IDs of the jobs that you want to cancel. You can use SHOW JOBS to get the IDs of the jobs that are in progress.Documentation Index
Fetch the complete documentation index at: https://docs.risingwave.com/llms.txt
Use this file to discover all available pages before exploring further.
Syntax
Examples
all jobs
Cancel jobs
Hanging or long running CANCEL JOBS
If your CANCEL JOBS command takes a long time to run, it could be due to high barrier latency. This command needs to be synchronized with barriers currently. To let the cancellation take effect immediately, you can use the RECOVER command in a separate session.