Need a expert python Django framework
Budget: $10 – $30 USD
I am trying to schedule notices to be created at certain dates. The notices will be in a queue, and will only be created when that date reaches.
Normally celery is used with rabbitmq or redis as a broker.
I want to use the dB as a broker. I am using an API to communicate with the mongo dB,there are no models or migrations done. I Just read and write data to the dB collection.
Normally celery is used with rabbitmq or redis as a broker.
I want to use the dB as a broker. I am using an API to communicate with the mongo dB,there are no models or migrations done. I Just read and write data to the dB collection.