flask-redis-queue icon indicating copy to clipboard operation
flask-redis-queue copied to clipboard

Redis callbacks are added and demonstrated using webhook container

Open vhiwase opened this issue 3 years ago • 0 comments

Please find the postman collection for understanding features.

Try running postman APIs (named POST async) without "webhook_endpoint" payload key and take a look at the logs for understanding how Redis callback URLs are working in the background webhook container created from the webhook docker image which was built from the folder named "webhook".

Define any webhook endpoint and try running postman APIs (named POST async) with "webhook_endpoint" payload key for getting the instant results of asynchronous calling on the webhook endpoint.

Add this new feature if you find it helpful.

vhiwase avatar May 01 '22 08:05 vhiwase