SQLStreams

the messaging platform that is just Postgres

You last visited on 9999-99-99 Show what's new since then

worker tick exceeded its poll rate [SQL0040]

Edit this page
code SQL0040 · log event at warn — degraded but self-healing, or a durable data consequence; an operator should learn of it eventually
the log line · Report this thread
SQL0040 Log event at warn

As it arrives in your log:

level=WARN msg="worker tick exceeded its poll rate" code=SQL0040

One tick ran longer than the row’s own poll_rate, so the worker is behind its own schedule: the next tick starts duration after the last one began instead of rate. Ticks pace from tick end, so overruns delay the schedule rather than stack. There is no separate threshold to set — the row’s poll_rate is the definition of on-schedule.

Nothing pasted yet — the queries above show their blanks.

Looking for a different code? Search every thread.