The server only sent polling/ping jobs to agents once on WebSocket join and never re-dispatched them. After the first batch completed (~5-10s), devices were never polled again until the agent reconnected. :send_jobs now schedules a follow-up dispatch every 60s (configurable). Unifies the timer management with :assignments_changed to prevent accumulation. |
||
|---|---|---|
| .. | ||
| channels | ||
| components | ||
| controllers | ||
| graphql | ||
| helpers | ||
| integration | ||
| live | ||
| plugs | ||
| graphql_socket_test.exs | ||
| permissions_test.exs | ||
| plug_exceptions_test.exs | ||
| remote_ip_test.exs | ||
| telemetry_filter_test.exs | ||
| user_auth_test.exs | ||