Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Overdue handler cannot find entry #1533

Open
sentry-io bot opened this issue Dec 18, 2024 · 0 comments
Open

Bug: Overdue handler cannot find entry #1533

sentry-io bot opened this issue Dec 18, 2024 · 0 comments
Assignees
Labels
bug Something isn't working Priority: High Issues that are with very high priority

Comments

@sentry-io
Copy link

sentry-io bot commented Dec 18, 2024

This error still happens. I have also assigned it to @DonKoko in Sentry to take a look at it.

PrismaClientKnownRequestError: 
Invalid `prisma.booking.update()` invocation:


An operation failed because it depends on one or more records that were required but not found. Record to update not found.
  File "/src/build/server/index.js", line 8229, in overdueHandler
    const booking = await db.booking.update({
  File "/src/build/server/index.js", line 8317
    await handler(job);
...
(4 additional frame(s) were not displayed)

ShelfError: Booking update failed
  File "/src/build/server/index.js", line 8233
    throw new ShelfError({
  File "/src/build/server/index.js", line 8229, in overdueHandler
    const booking = await db.booking.update({
  File "/src/build/server/index.js", line 8317
    await handler(job);

ShelfError: Something went wrong while executing scheduled work.
  File "/src/build/server/index.js", line 8320
    new ShelfError({
@sentry-io sentry-io bot added bug Something isn't working Priority: High Issues that are with very high priority labels Dec 18, 2024
@DonKoko DonKoko moved this to 🗓️ Planned in 🗺️ Shelf Roadmap Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Priority: High Issues that are with very high priority
Projects
Status: 🗓️ Planned
Development

No branches or pull requests

1 participant