Code Monkey home page Code Monkey logo

Comments (2)

bogdanghervan avatar bogdanghervan commented on June 20, 2024 1

Hey @imrantune,

The message you are seeing is merely a warning that the at command is missing from your Ubuntu installation. at is a standard utility found in Unix-like operating systems used to schedule commands to run once at a particular time in the future.

CronKeep uses it behind the scenes to run your jobs whenever you the hit the "Run" button for a job, but when at is not available it detects that that's the case and fallbacks to invoking the command directly with the downside that if you need to restart your web server and the command is still running, it will be stopped as well (which is what we try to avoid by nicely asking at to run it for us).

You can either install at or dismiss the warning for 3 days (and still be able to use CronKeep just fine). To install at:

  • Confirm that you don't have it already:
$ dpkg --list at
dpkg-query: no packages found matching at
  • Then you can install it like so:
apt-get install at
  • You can now see that you have it:
$ dpkg --list at
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                    Version          Architecture     Description
+++-=======================-================-================-====================================================
ii  at                      3.1.18-2ubuntu1  amd64            Delayed job execution and batch processing
  • Refresh CronKeep and enjoy a warning-free experience :)

Let me know if this worked and if you need more help setting things up.

from cronkeep.

dev-myatminsoe avatar dev-myatminsoe commented on June 20, 2024

I've already installed at, removed www-data from at.deny and still happing this

image

from cronkeep.

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.