Code Monkey home page Code Monkey logo

Comments (5)

vtsykun avatar vtsykun commented on July 17, 2024

Hi, this is not an error, but a deprecation in doctrine, you can ignore it.

15:19:30 INFO      [deprecation] User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "8.0.31" instead of "8". (AbstractMySQLDriver.php:64 called by Connection.php:415, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)

Also I see on demo cron works

Last sync: 2023-09-27 15:28:03 UTC

https://demo.packeton.org/proxies

from packeton.

vtsykun avatar vtsykun commented on July 17, 2024

Are you run cron via supervisor or crond?

 php bin/console okvpn:cron --demand

from packeton.

Bashev avatar Bashev commented on July 17, 2024

Are you run cron via supervisor or crond?

 php bin/console okvpn:cron --demand

I'm trying to run it directly in the console, its described in crontab also.

But what this means?
Skipped the schedule task by cron restriction

from packeton.

vtsykun avatar vtsykun commented on July 17, 2024

Skipped the scheduled task by cron restriction

it means that the command will be launched when cron expression matches with current time.

For example if

now = 2023-09-27T15:30:00

# this task will be launched. 
packagist:update [*/15 * * * *] - The scheduled task is due now!

# But this skipped until 2023-09-27T00:00:00
packagist:stats:compile [0 0 * * *] - Skipped the schedule task by cron restriction

when using tasks with @random 7200 expression it will be launched with probability 1/120 = 0.0083 (1/7200 * 60).

from packeton.

vtsykun avatar vtsykun commented on July 17, 2024

This commands helps If need to debug crons
Selection_1730

okvpn:debug:cron 

okvpn:debug:cron --execute-one=7

from packeton.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.