mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-01-06 00:40:10 -06:00
fix: worker locking on requeues (#265)
* fix: worker locking on requeues * chore: add alerter to dispatcher
This commit is contained in:
@@ -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"
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user