David Tufik
David Tufik
It makes sure the message reaches a queue oppose to reaches an exchange (which doesn't necessary have a binding to queue). I do understand that in the current dramatiq implementation...
Not sure if this is relevant but I implemented something similar now in #584
It was just a simple init_session of rtr: ```python rtr: falconpy.RealTimeResponse response = rtr.init_session(device_id=device_id, offline_queued=False) ``` If you are using responses for mocking, this is the code you can use...
This is still reproducible on celery 4.4.0rc3. From the conversation, it doesn't state which commit closed it. celery/kombu#926 doesn't seem related.
The celery output: ``` -------------- celery@c7c755a0cc2d v4.3.0 (rhubarb) ---- **** ----- --- * *** * -- Linux-4.15.0-70-generic-x86_64-with-debian-9.6 2019-11-19 08:24:35 -- * - **** --- - ** ---------- [config] - **...
What features in loki would you like to see in the tool? We have few features in common (like yara).
Looks like you didn't escape the backslashes, you can add `r` before the path.
Can you share the new error and the code? Also, did you see the examples [directory](https://github.com/intezer/analyze-python-sdk/tree/master/examples) we have?
You posted the output, not the code. if you want to analyze a file on your computer, try maybe this snippet: ``` from intezer_sdk import api from intezer_sdk.analysis import Analysis...
I'm closing this issue for now, let me know if you have more issue.