Skip to content

Instantly share code, notes, and snippets.

View noodlemind's full-sized avatar

Krish noodlemind

View GitHub Profile
@noodlemind
noodlemind / Log.md
Created October 9, 2025 12:51
Loggging

TL;DR • Move @Scheduled to PublisherScheduleHandler; it sets MDC (runId,jobId) then calls the service. • Keep perf/timing + logging inside SplitterPublisherServiceImpl (unchanged) — it logs JOB_START, PAGE_SUMMARY, JOB_SUMMARY. • REQUIRES_NEW still works via self-injection; executor is ThreadPoolTaskExecutor with MDC propagation.

Below is the complete, drop-in set with your new scheduler handler.

@noodlemind
noodlemind / prompt_tempate.md
Last active September 23, 2025 01:42
Claude Issue Creation Template and Sample

Overview

Transform any feature request, bug report, or task description into a well-structured issue following industry best practices. Process

  1. Quick Context Scan
  • Review relevant documentation and codebase
  • Identify related work or dependencies
  • Note technical constraints