Thanks. Will wait for next version.
вторник, 8 июня 2021 г. в 07:20:02 UTC+3, Christian Hammond: 

> Hi,
>
> I unfortunately have no idea why you’d be getting g that error. I can’t 
> reproduce it and it’s not clear to me what’s going on there… could 
> potentially be some issue with some dependency or something, but it looks 
> like some part of the internal state for celery’s dependencies is all 
> messed up.
>
> As you know, I’m working to get 3.0 ready, with an official Docker image. 
> 2.0 doesn’t work well in Docker, but it shouldn’t fail like this… I suspect 
> it would take some deep sleuthing to figure out where it’s failing and why.
>
> Christian
>
> On Mon, May 31, 2021 at 03:15 Дмитрий Лисичкин <[email protected]> 
> wrote:
>
>>
>> I know that reviewbot will work through docker soon but I try to setup it 
>> manualy for current version and I have some troubles with this.
>> All work fine when we run reviewbot worker from command line but i can't 
>> setup it as service.
>>
>> Documentation sended us to
>> https://docs.celeryproject.org/en/stable/userguide/daemonizing.html
>> but for non-python developer it hard to understand what it is about.
>> After several hours I understand what is celery is and try to start 
>> reviewbot worker through:
>> "celery -A reviewbot.celery ..."
>> but this is not works because of:
>> ```
>> if __name__ == '__main__':
>>     main()
>> ```
>> in reviewbot/celery.py
>>
>> After some time I recognize that I can use reviewbot executable with the 
>> same arguments as celery but when I use `reviewbot worker --detach` or 
>> `reviewbot multi start` extension stop working:
>> In debug mode in worker log I see:
>> ```
>> [2021-05-31 12:25:13,896: ERROR/MainProcess] pidbox command error: 
>> KeyError(u'update_tools_list',)
>> Traceback (most recent call last):
>>   File "/usr/lib/python2.7/site-packages/kombu/pidbox.py", line 105, in 
>> dispatch
>>     reply = handle(method, kwdict(arguments))
>>   File "/usr/lib/python2.7/site-packages/kombu/pidbox.py", line 123, in 
>> handle_call
>>     return self.handle(method, arguments)
>>   File "/usr/lib/python2.7/site-packages/kombu/pidbox.py", line 120, in 
>> handle
>>     return self.handlers[method](self.state, **arguments)
>> KeyError: u'update_tools_list'
>> ```
>> Is any suggestions?
>>
>> -- 
>> Supercharge your Review Board with Power Pack: 
>> https://www.reviewboard.org/powerpack/
>> Want us to host Review Board for you? Check out RBCommons: 
>> https://rbcommons.com/
>> Happy user? Let us know! https://www.reviewboard.org/users/
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "Review Board Community" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected].
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/reviewboard/cd1e4725-95c9-4410-af77-009cc5caa9c5n%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/reviewboard/cd1e4725-95c9-4410-af77-009cc5caa9c5n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
> -- 
> -- 
> Christian Hammond
> President/CEO of Beanbag
> Makers of Review Board
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"Review Board Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard/d6d404d9-2227-47d3-af25-f5bf8f0d65e6n%40googlegroups.com.

Reply via email to