Ivan Shevchenko

Results 2 issues of Ivan Shevchenko

how home dir with .jar should looks for windows? for Linux it is: :jvm-opts ["-Dvbox.home=/usr/lib/virtualbox"] for Windows (7/8)? :jvm-opts ["-Dvbox.home=?????]

Yes I can confirm that mqtt publish does not works on celery beat. ``` @shared_task def time_sched(): print("send.....") res = mqtt.client.publish('clients/c/0000000016ab8294', json.dumps({"celery":"ok"}), qos=2) res.wait_for_publish() ``` ``` @celery.on_after_configure.connect def setup_periodic_tasks(sender, **kwargs):...

Status: Available
Status: More info needed