fix: throws "failed to queue" error when task already exists

This commit is contained in:
2024-10-16 07:57:43 +08:00
parent 37cf7bd738
commit 7f8fd882aa
3 changed files with 50 additions and 10 deletions

View File

@@ -27,6 +27,7 @@
"graphql-request": "^7.1.0",
"hono": "^4.5.11",
"jose": "^5.8.0",
"lodash.isequal": "^4.5.0",
"lodash.mapkeys": "^4.6.0",
"luxon": "^3.5.0",
"zod": "^3.23.8"
@@ -36,6 +37,7 @@
"@cloudflare/workers-types": "^4.20240903.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/bun": "^1.1.8",
"@types/lodash.isequal": "^4.5.8",
"@types/lodash.mapkeys": "^4.6.9",
"@types/luxon": "^3.4.2",
"drizzle-kit": "^0.22.8",