The Heisenbug lurking in your async code
If you have ever used
asyncio.create_task
you may have created a bug for yourself that is challenging (read almost impossible) to reproduce. If it occurs, your code will likely fail in unpredictable ways.
Source: The Heisenbug lurking in your async code, an article by Will McGugan.