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
In Symfony 3.3 the lock system will now include an expire option.
Since the fetch command is sometimes locked because a website took too long to respond or timeout or I really don't know what happen... using expire lock might avoid the command to be locked until a manual action is done.
// blocking, expiring in 60 seconds (unless the lock is refreshed)$lock = $container->get('lock')->acquire(true, 60);
In Symfony 3.3 the lock system will now include an expire option.
Since the fetch command is sometimes locked because a website took too long to respond or timeout or I really don't know what happen... using expire lock might avoid the command to be locked until a manual action is done.
➡️ http://symfony.com/blog/new-in-symfony-3-3-lock-component
The text was updated successfully, but these errors were encountered: