prefect.server.utilities.messaging.memory - Messag...
# marvin-ai
j
prefect.server.utilities.messaging.memory - Message failed after 4 retries and will be moved to the dead letter queue02/04 115702 what is this about?
n
hey @Jason - by default prefect uses an in-memory queue for message passing, which a DLQ is implemented for failed deliveries. if you're seeing that you might have encountered a temporary interruption to message passing or possibly you have heavy load on your server? if you're interested in reading more about server performance I'd check this out, otherwise you can always update your
PREFECT_API_URL
to a cloud workspace to avoid worrying about scale