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
Tasks should now be much more robust and resilient to reconnects during crucial operations and other failure scenarios.
8
+
9
+
Task runs now have to signal checkpointable state prior to ALL checkpoints. This ensures flushing always happens.
10
+
11
+
All important socket.io RPCs will now be retried with backoff. Actions relying on checkpoints will be replayed if we haven't been checkpointed and restored as expected, e.g. after reconnect.
12
+
13
+
Other changes:
14
+
15
+
- Fix retry check in shared queue
16
+
- Fix env var sync spinner
17
+
- Heartbeat between retries
18
+
- Fix retry prep
19
+
- Fix prod worker no tasks detection
20
+
- Fail runs above `MAX_TASK_RUN_ATTEMPTS`
21
+
- Additional debug logs in all places
22
+
- Prevent crashes due to failed socket schema parsing
0 commit comments