You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our agents are stateless, which means that we need to call update from somewhere.
We can call update from a CRON in postgres, and only update agents where there are active connections. We could do this in CF as well, but PG seems like the obvious place.
Significant consideration should go into what agents get updated, why they update, what the conditions are etc.
The text was updated successfully, but these errors were encountered:
Our agents are stateless, which means that we need to call update from somewhere.
We can call update from a CRON in postgres, and only update agents where there are active connections. We could do this in CF as well, but PG seems like the obvious place.
Significant consideration should go into what agents get updated, why they update, what the conditions are etc.
The text was updated successfully, but these errors were encountered: