Zach Liu
Zach Liu
i'd like an option to force the `poetry install` to fail if its version doesn't match with the version that's generated the `poetry.lock` file
rq job [default timeout](https://python-rq.org/docs/results/#dealing-with-job-timeouts) is `180 seconds` for automatic refreshes. There is another limit on manual refreshes (when you click the  on the UI) which is `300 seconds`. These...
If you don't want to update the source code, you can always use the Glue data catalog instead.  Since it uses boto3 to traverse all dbs/tables/columns, it's much faster...
Not sure if this is related. Has your consumption reading ever increased? I just got a new gas meter with Itron 100G DLS data logger (FCC ID: `EWQ100GDLRS`). It's been...
@sammarcus thanks man, but sadly that's not the module i have. it turns out my problem is far more "serious"... for the new [Dresser series D gas meters](https://dresserutility.com/wp-content/uploads/NGS-MI-0039.pdf), the measuring...
I replaced `len(data)` with ```python def _get_size_iterative(dict_obj): """Iteratively finds size of objects in bytes""" seen = set() size = 0 objects = deque([dict_obj]) while objects: current = objects.popleft() if id(current)...
Adding ``` [supervisorctl] serverurl=unix:///tmp/supervisor.sock ``` to the end of [`worker.conf`](https://github.com/getredash/redash/blob/24.06.0-dev/worker.conf) will produce what we want when executing ```bash supervisorctl -c worker.conf status ```
I consider it as a "stand-in replacement" while the "RQ Status" page is being improved It's just that i don't see anyone is actively working on improving that page :stuck_out_tongue:
@lucasfcnunes @justinclift gently nudge :wink:
@lucasfcnunes thanks! :pray: