Pusher is_test feature added
N8NPusher: Added is_test metadata flag — when true, replaces /webhook/ with /webhook-test/ in the URL for n8n test trigger mode
PushersService: trigger() now creates a PusherLog (status=pending) and explicitly dispatches PushObjectJob on the pushers queue — decoupled from the created:PusherLogs event which was architecturally incorrect
PushObjectJob: Removed EVENTS constant; job is no longer event-driven, it is dispatched directly by trigger()