{"info":{"_postman_id":"2bda4b6d-49ea-4d0e-8a8b-69773968332b","name":"Serverless Scheduler and Queue","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"5063624","collectionId":"2bda4b6d-49ea-4d0e-8a8b-69773968332b","publishedId":"2sAXjKbYYa","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-01-28T11:26:27.000Z"},"item":[{"name":"Message","item":[{"name":"Publish","id":"47f0861f-8b70-42fe-add8-8b0ea6bfe370","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"config\": {\n        \"destination\": \"https://enl1a7yi8vffn.x.pipedream.net\",\n        \"delay\": 10000,\n        \"max_retries\": 1\n    },\n    \"payload\": {\n        \"any\": \"hey new data1\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8787/v1/publish","urlObject":{"path":["v1","publish"],"host":["http://127.0.0.1:8787"],"query":[],"variable":[]}},"response":[],"_postman_id":"47f0861f-8b70-42fe-add8-8b0ea6bfe370"},{"name":"Schedule","id":"12bcd6d6-1a70-49ea-8e89-45f3d1c1a840","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"config\": {\n        \"destination\": \"https://en1moam5mkprv.x.pipedream.net\",\n        \"delay\": 3000,\n        \"max_retries\": 2,\n        \"repeat\": {\n            \"cron\": \"* * * *\",\n            \"interval\": 5000 // either interval or cron is valid\n        }\n    },\n    \"payload\": {\n        \"any\": \"hey124\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8787/v1/schedules","urlObject":{"path":["v1","schedules"],"host":["http://127.0.0.1:8787"],"query":[],"variable":[]}},"response":[],"_postman_id":"12bcd6d6-1a70-49ea-8e89-45f3d1c1a840"},{"name":"Delete Message","id":"08c4a6a4-b522-4f77-8481-f087dd61a2c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://127.0.0.1:8787/v1/schedules/:schedule_hash","urlObject":{"path":["v1","schedules",":schedule_hash"],"host":["http://127.0.0.1:8787"],"query":[],"variable":[{"type":"any","value":"","key":"schedule_hash"}]}},"response":[],"_postman_id":"08c4a6a4-b522-4f77-8481-f087dd61a2c0"}],"id":"1e830946-09cc-4dcf-aafb-cc1d0b2b54ae","_postman_id":"1e830946-09cc-4dcf-aafb-cc1d0b2b54ae","description":""},{"name":"Queue","item":[{"name":"Create","id":"52a9cc94-9ef1-435c-9823-e622b9bc552d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"TestQueue1\",\n    \"parallelism\": 2,\n    \"type\": \"fifo|standard\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8787/v1/queues","urlObject":{"path":["v1","queues"],"host":["http://127.0.0.1:8787"],"query":[],"variable":[]}},"response":[],"_postman_id":"52a9cc94-9ef1-435c-9823-e622b9bc552d"},{"name":"Enqueue","id":"ba84a9eb-8206-4908-9b93-3884b55f0c25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"config\": {\n      \"destination\": \"https://en1moam5mkprv.x.pipedream.net\",\n      \"delay\": 5000,\n      \"max_retries\": 3,\n      \"method\": \"POST\",\n      \"headers\": {\n        \"X-Custom-Header\": \"CustomValue\"\n      }\n    },\n    \"payload\": {\n      \"key1\": \"test rahul 001\"\n    },\n    \"queueName\": \"TestQueue1\"\n  }","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8787/v1/enqueue/:queue_name","urlObject":{"path":["v1","enqueue",":queue_name"],"host":["http://127.0.0.1:8787"],"query":[],"variable":[{"type":"any","value":"","key":"queue_name"}]}},"response":[],"_postman_id":"ba84a9eb-8206-4908-9b93-3884b55f0c25"},{"name":"Delete","id":"d9b053d9-66e1-4f80-9257-8873c65296aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8787/v1/queues/:queue_name","urlObject":{"path":["v1","queues",":queue_name"],"host":["http://127.0.0.1:8787"],"query":[],"variable":[{"type":"any","value":"","key":"queue_name"}]}},"response":[],"_postman_id":"d9b053d9-66e1-4f80-9257-8873c65296aa"}],"id":"ca46ea3e-8d5c-4bf6-8705-9fb058e14910","_postman_id":"ca46ea3e-8d5c-4bf6-8705-9fb058e14910","description":""}],"event":[{"listen":"prerequest","script":{"id":"361dc322-c5be-451c-af7d-7f308b910834","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"01cc2c90-3c55-4843-bc9e-4936fa83cc5a","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"BASE_URL","value":"http://127.0.0.1:8787","type":"string"}]}