Results 4 comments of Alexander Köster

Neither are label entries with ampersand. Expected output: `\addlegendentry{a \& c}` Actual output: `\addlegendentry{a & c}` which also will not compile in LaTeX.

I have observed the same problem with [UnleashClient](https://github.com/Unleash/unleash-client-python), which internally uses APScheduler: Memory usage will continuously increase until the container is out of memory. I have then created a minimal...

I have now tried running the script both with - `while True: pass` replaced with `input("press enter to exit")` and - using `BlockingScheduler` instead of `BackgroundScheduler` and in both cases,...

Hm, so whatever we are observing in our containers, must be something else. I'll keep looking. Thank you.