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