Skip to content

Add async/sync serving modes:

Compare
Choose a tag to compare
@tanmay17061 tanmay17061 released this 16 Oct 21:40
· 22 commits to master since this release
  • Implemented CLIENT_SERVING_MODE for immediate or delayed responses
  • Added async mode for high-volume scenarios
  • Updated handlers to support async responses
  • Modified BatchOrchestrator to handle async requests
  • Added serving mode initialization in main.go