Lryan

Results 6 issues of Lryan

I've found that if a broker sends a function that raises an exception initialized by **kwargs**, the serialization of that exception will lose those kwargs. This causes the function `exception_to_python()`...

I observed that taskiq-redis requires a redis client with version greater than 5 or more, is it possible to support redis clients with version 4.x? In fact, for some reason...

### Proposal summary Hi there! I'm trying to export the results of a single experiment, but it seems that the select all button only selects a single page of items...

Feature Request

I noticed that the scheduler does not have a handler set for sigterm, which leads to the scheduler as a pid 1 process not properly handling the sigterm signals sent...

https://github.com/taskiq-python/taskiq-redis/blob/513b77e12bd8424d433ef9f7101add2df138d688/taskiq_redis/list_schedule_source.py#L193 According to the comments, this condition should be ```python if not self._skip_past_schedules and self._is_first_run: ``` Otherwise, the variable `self._is_first_run` is not used at all.

When I was implementing Arc, I found that the testing for `*Arc:: make_cut()` was not very comprehensive. The documentation only explained that it need to clone an `inner value`, but...

question
homework - arc