79710037

Date: 2025-07-22 07:10:43
Score: 2.5
Natty:
Report link

You can make the task async by using a queuing system as @Nimrod007 suggested.

You can integrate the Symfony Messenger and your tasks will be handled in the background. Just send it an object and write the logic in the handler.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @Nimrod007
  • Low reputation (0.5):
Posted by: Abdellah Ramadan