marcinapostoluk

Results 3 comments of marcinapostoluk

So far I moved my notebooks to folders semi-manually by running: ## CAREFUL! need to run on same version of apscheduler as otherwise pickling results in incorrect data and scheduler...

Need also this to correct the schedules fully: for c in lib.find(): if c['_id'] == old_path: found = c job_state = pickle.loads(found['job_state']) job_state['kwargs']['scheduler_job_id'] = new_path job_state['id'] = new_path found['job_state'] =...

Need to wait till apscheduler v4 moves from pre-release to stable as it has this fix: https://github.com/agronholm/apscheduler/issues/297