Anton

Results 19 comments of Anton

@s3rius Ok, i did it =)

For example ```@broker.task await def task(progress: ProgressTracker[int] = Depends()): await progress.set_progress('progress', 123) ```

@s3rius Hello, I made the changes as you suggested. Could you please take a look at them

@s3rius Hi! Sorry to be annoying, but could you give me some feedback please. =)

@s3rius Hello there! I have resolved conflicts with latest version and make some changes. Could u pls take another look =)

@s3rius hello there! Could you please take another look at this request

@s3rius I think it should be up to the user to decide how to use the progress tracker. The overall status should be implemented with some `ProgressMiddleware`, not in the...

@kyboi my intension was to use custom status messages. overall status should be optional middleware

Hello there @s3rius ! I changed approach to dealing with idle tasks Now u can do smth like this ```[python] async def task(idle: TaskIdler = Depends()): async with idle(): await...

Hello, @s3rius. Pls take a look at the new implementation