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
I have changed QUEUE_CONNECTION from "sync" to "database" in my .env file. After changing it I realized that spatie media library uses job to make conversions.
I don't want to initiate conversion process manually or through cron job.
So is there any way I can change the QUEUE_CONNECTION (just for once) when adding media through request because I dont want it to change for every other job?
This discussion was converted from issue #2598 on September 26, 2021 13:45.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have changed
QUEUE_CONNECTION
from "sync" to "database" in my .env file. After changing it I realized that spatie media library uses job to make conversions.I don't want to initiate conversion process manually or through cron job.
So is there any way I can change the
QUEUE_CONNECTION
(just for once) when adding media through request because I dont want it to change for every other job?Beta Was this translation helpful? Give feedback.
All reactions