fix: worker locking on requeues (#265)

* fix: worker locking on requeues

* chore: add alerter to dispatcher
This commit is contained in:
abelanger5
2024-03-13 18:50:02 -07:00
committed by GitHub
parent f1d193a32d
commit d7e6e4d8c6
8 changed files with 83 additions and 17 deletions

View File

@@ -5,9 +5,11 @@ load_dotenv()
client = new_client()
client.event.push(
"user:create",
{
"test": "test"
}
)
for i in range(10):
client.event.push(
"user:create",
{
"test": "test"
}
)