export const NAME = 'echo'; export async function handler(job) { return { pong: job.data?.ping ?? 0 }; }