Skip to content

Conversation

@Meldiron
Copy link
Contributor

Error from deletes worker results in log with following warning on Sentry:

CleanShot 2023-11-22 at 15 34 22@2x

Inspecting the trace, I noticed:

appwrite-worker-deletes  |   [1]=>
appwrite-worker-deletes  |   array(3) {
appwrite-worker-deletes  |     ["filename"]=>
appwrite-worker-deletes  |     string(0) ""
appwrite-worker-deletes  |     ["lineno"]=>
appwrite-worker-deletes  |     string(0) ""
appwrite-worker-deletes  |     ["function"]=>
appwrite-worker-deletes  |     string(22) "Utopia\Queue\{closure}"
appwrite-worker-deletes  |   }

This PR replaces empty string on line number with number 0. That results in error going away.

  • Manual QA:

CleanShot 2023-11-22 at 15 35 28@2x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants