sonjaer

Results 4 issues of sonjaer

If the forked process dies for some reason before started_event.set() is called the parent process will hang on started_event.wait(). This adds a timeout to started_event.wait() to avoid the parent process...

### Description I was curious how Propeller ensures a task is executed exactly once? I was curious since we have non idempotent tasks that we wouldn't want to run twice....

documentation
untriaged

### Motivation: Why do you think this is important? [Nothing super important for us or a big use case yet, so feel free to ignore if you don't think it...

enhancement
untriaged

# TL;DR Make default auth mode noop since we don't support standard auth mode and the refresh throws an exception. Not sure this PR makes sense, but this improves our...