SlimBeji

Results 4 issues of SlimBeji

Hello, I noticed using duplicate job_id leads to some unexpected results. ``` @rq.job("low") def test(input): from time import sleep print(input) sleep(2) print("dummy job finished") test.queue("first execution", job_id="test") test.queue("second execution", job_id="test",...

For brokerage service Td Ameritrade, build brokers/td_ameritrade data_sources/td_ameritrade services/td_ameritrade

**Is your feature request related to a problem? Please describe.** I am using flask-restx and I have a lot of Resources per namespace. I would like to be able to...

enhancement

Hello, I am trying to use flask-wdb via the pattern wdb = Wdb() wdb.init_app(app) I am getting this error File "/usr/local/lib/python3.8/site-packages/flask_wdb.py", line 18, in init_app app.wsgi_app = WdbMiddleware(app.wsgi_app, start_disabled, theme)...