fix: new episode retry
This commit is contained in:
@@ -134,7 +134,7 @@ app.post(
|
|||||||
|
|
||||||
async function scheduleRetry(qstashToken: string, req: HonoRequest) {
|
async function scheduleRetry(qstashToken: string, req: HonoRequest) {
|
||||||
return new Client({ token: qstashToken }).publishJSON({
|
return new Client({ token: qstashToken }).publishJSON({
|
||||||
body: await req.text(),
|
body: await req.json(),
|
||||||
url: req.url,
|
url: req.url,
|
||||||
retries: 0,
|
retries: 0,
|
||||||
delay: "1h",
|
delay: "1h",
|
||||||
|
|||||||
Reference in New Issue
Block a user