Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 332 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 332 Bytes

GO-TASK_QUEUE

go run main.go
  • GCP task queue implementation in GO
  • The implementation using concurentcy on Queue Manager

BODY Schema

{
"type": "POST",
"url":"//URL_PATH//,
"payload": {},
"query": {},
"header": {}
}

TODO

  • Auto Scaling on QueueManager
  • Unit Test
  • DDOS Prevention
  • Retry