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
When I attempted to use Concurrency::run() it failed as the threads did not have the context of the current tenant anymore. Is there a way to ensure that tenancy context is provided to the concurrency facade? Has anyone had any luck doing that?
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
-
Relevant context: https://laravel.com/docs/11.x/concurrency
When I attempted to use
Concurrency::run()
it failed as the threads did not have the context of the current tenant anymore. Is there a way to ensure that tenancy context is provided to the concurrency facade? Has anyone had any luck doing that?Beta Was this translation helpful? Give feedback.
All reactions