quantum-elixir / quantum-core

:watch: Cron-like job scheduler for Elixir
https://hexdocs.pm/quantum/
Apache License 2.0
2.3k stars 148 forks source link

seems like it doesn't work on docker container. #528

Closed pyon123 closed 1 year ago

pyon123 commented 1 year ago

I am a DevOps and trying to run Phoenix project on docker container. Currently it seems like there are some issues with quantum inside docker container. (Not sure it's quantum issue or not, since I am very new with Phoenix). Elixir Quantum is running on top of linux cron? I've already install cron and nano, but there's no difference.

Let me attach code snip and the issue.

image

image

maennchen commented 1 year ago

@pyon123 Quantum is not based on unix cron and does not have any non-elixir dependencies.

Therefore it should work just fine in any normal environment which includes docker.

What are the issues you’re experiencing? The logs show no errors so far…

pyon123 commented 1 year ago

Hi @maennchen

Thanks for letting me know this. and sorry for the late reply. I thought I was already replied this.

It was my mistake. I am new with Elixir and Phoenix, so I thought the result: nil would be an issue. I've tested in deeper and understand everything is working fine.

Thank you.