falco icon indicating copy to clipboard operation
falco copied to clipboard

possible bug - automated tests invokation is not happening, while cron/periodic tasks entries are show in admin interface

Open CoolCold opened this issue 4 years ago • 1 comments

Reproduction

Steps to reproduce:

  1. install latest falco with docker
  2. add some project, wait several hours, no automated tests are done

Expected Behavior

What behavior were you expecting to see? Tests are executed on schedule from periodic tasks image

Actual Behavior

Nothing happens. Django admin interface audit logs shows no audits running except manual one.

Environment

Docker setup as stated in docs on Ubuntu in AWS. Backend with Falco, Frontend with Nginx as reverse proxy & http/https termination

Would like to provide logs, but cannot find anything meaningful in web interface.

CoolCold avatar May 04 '20 09:05 CoolCold

I experience the same issue with Falco deployed to Heroku and running a script against a public WPT instance.

Meridan avatar Jun 10 '20 22:06 Meridan