mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-15 20:25:23 +02:00
fix(api): set deployment retries to 0 in Inngest function configuration
This commit is contained in:
@@ -26,7 +26,7 @@ export const deploymentFunction = inngest.createFunction(
|
||||
limit: 1,
|
||||
},
|
||||
],
|
||||
retries: 1,
|
||||
retries: 0,
|
||||
},
|
||||
{ event: "deployment/requested" },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user