Update plugins/events-node/src/api/DefaultEventsService.ts

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-09-18 17:47:26 +02:00
committed by GitHub
parent 4adf6e14cf
commit f14e127e4c
@@ -174,7 +174,7 @@ class PluginEventsService implements EventsService {
if (!res.ok) {
if (res.status === 404) {
this.logger.warn(
`Event subscribe request failed with status 404, events backend not found. Future events will not be persisted.`,
`Event subscribe request failed with status 404, events backend not found. Will only receive events that were sent locally on this process.`,
);
delete this.client;
return;