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
fix: multiprocess broke local development (#430)
* restored worker_state.py to pre-multiprocess
* refactor: JobsProgress persists from pickled file .runpod_jobs.pkl
* fix: added and updated tests for pkl-persisted JobsProgress
* feat: worker simulation to rehearse how jobs scheduling + heartbeat perform