You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone Im using this beautiful package with laravel 11, but the queues are not working. I tried many ways but queues are not triggered
here is my post :
database.php
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone Im using this beautiful package with laravel 11, but the queues are not working. I tried many ways but queues are not triggered
here is my post :
database.php
`
multitenancy.php
env file
app.php, please let me know if the middleware are correct also
})
`
my issue is queues are not triggered:
Please let me know if I forgot something, or im missing anything.
error StackTrace:
[2024-09-20 20:05:25] local.ERROR: SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected (Connection: tenant, SQL: select * from
jobswhere
queue= high and ((
reserved_atis null and
available_at<= 1726862725) or (
reserved_at<= 1726862635)) order by
idasc limit 1 FOR UPDATE SKIP LOCKED) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 3D000): SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected (Connection: tenant, SQL: select * from
jobswhere
queue= high and ((
reserved_atis null and
available_at<= 1726862725) or (
reserved_at<= 1726862635)) order by
idasc limit 1 FOR UPDATE SKIP LOCKED) at /var/www/html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:825)
[stacktrace]`
Beta Was this translation helpful? Give feedback.
All reactions