amks1

Results 14 issues of amks1

First of all, let me say great job on tackling this issue. I tried using both concurrent futures and pebble, and both lock up during very long tasks. I'm trying...

Added support for the Retry() class of RQ. Tested working.

I want to make a route within flask to access the dashboard (mainly to use my own authentication). Do you have any documentation for this?

I've attached a screenshot of the returned CSV file to show the issue: ![image](https://user-images.githubusercontent.com/68153785/106122064-b45b1980-6171-11eb-8f9c-675894990054.png) These are supposed to be a single column having URLs pointing to a geo coordinate. After...

bug

**Describe the bug** Installing flask-monitoringdashboard breaks my app which uses Flask-SocketIO. Trying to use websockets produces the following traceback: ``` 127.0.0.1 - - [01/Aug/2021 20:30:29] "GET /socket.io/?EIO=4&transport=websocket HTTP/1.1" 500 -...

Is it possible with this implementation to cluster using a custom distance matrix?

I'm using v1.15.1 and I've been getting this error in my logs. I noticed it happens for long running tasks (15 mins +). ``` 22:30:52 Killed horse pid 49 22:30:52...

I have set up a custom monitoring dashboard to check status of my workers. Some workers unexpectedly return empty `queues` and `birth_date` when they are examined by using ``` workers...

RQ's `Job` object can be created with a custom serializer. The `_create_job()` function and its invocations have been updated to use this kwarg.

I have arranged rows of `put_select` as follows: ![image](https://user-images.githubusercontent.com/68153785/201689808-a11818fe-5e44-42b1-93aa-3c1e94ce8e0f.png) The first `put_select` (against test_000) contains 20 items already selected. The remaining have less than this. (upto 15). You can see...

bug