Skip to main content

Why commands are matched by token, not by state

ยท 3 min read

Synapsys workers do not accept inbound connections. Everything โ€” every report and every command โ€” rides a single outbound POST the worker makes every few seconds.

That leaves one question: how does the Core tell a worker to do something exactly once?