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
{{ message }}
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
I wanted to setRecipient() for a notification inside the UpdateProject consumer to show crawling failures/success but getParentUser returns NULL, which is evident from the second image
The text was updated successfully, but these errors were encountered:
Need to fix this before moving on to #419
Code1 (File to look: ProjectController.php)
Result on var_dump($project)
Code 2 (File to look: QueueDispatcherService.php)
Code 3 (File to look: AbstractProjectUpdateConsumer.php)
Result on var_dump($project)
I wanted to setRecipient() for a notification inside the UpdateProject consumer to show crawling failures/success but
getParentUser
returns NULL, which is evident from the second imageThe text was updated successfully, but these errors were encountered: