Git Product home page Git Product logo

Comments (5)

davejal avatar davejal commented on July 24, 2024

Installed on linux as I didn't get an answer

both commands are working fine now

from cron.

liebig avatar liebig commented on July 24, 2024

Hi davejal,

Thanks for using Cron. You can use the Windows AT command, install CRONw or use crontab in Cygwin. I would prefer Cygwin because it brings many Linux tools to Windows.

Please note that I develop and support Cron in my free time. I don't earn any money with this. So please be a little bit more patient with receiving free support from me.

Thank you,
Marc Liebig

from cron.

davejal avatar davejal commented on July 24, 2024

Hi Liebig,

I was glad to be able to use something you wrote, I just didn't want to
waste your perfect time for something I already did on linux (as I have
linux knowledge to).

Sorry If I seemed to rush you for a response.

Thanks for all.

regards,

Dave

On Mon, Jan 5, 2015 at 4:21 AM, liebig [email protected] wrote:

Hi davejal,

Thanks for using Cron. You can use the Windows AT command
http://ss64.com/nt/at.html, install CRONw
http://cronw.sourceforge.net/ or use crontab in Cygwin
http://stackoverflow.com/questions/707184/how-do-you-run-a-crontab-in-cygwin-on-windows.
I would prefer Cygwin because it brings many Linux tools to Windows.

Please note that I develop and support Cron in my free time. I don't earn
any money with this. So please be a little bit more patient with receiving
free support from me.

Thank you,
Marc Liebig


Reply to this email directly or view it on GitHub
#52 (comment).

from cron.

davejal avatar davejal commented on July 24, 2024

Hi Liebig,

I have one small question:
"How could I troubleshoot if something isn't working as it's supposed to?"

I wrote a small cron to mail me some info out of a db every night, but I receive the mails double. I have to say I fumbled a lot with the cron->controller->route->command before I finally got to something working, but I think I removed all other references to this mail function. Were would you start debugging and how?

regards,

Dave

p.s. I'm working on debian 7 with laravel 4.2

from cron.

liebig avatar liebig commented on July 24, 2024

Hi Dave,

Have a look at the cron_manager and cron_job database tables. If you find more than one entry in the cron_manager table for your defined time interval, you probably execute Cron too often. If you find more than one entry in the cron_job table for a manager id, your probably call your send-mail-function too often. Otherwise have a look at your send-mail-function. Maybe it sends the mail twice?

Best Regards,
Marc

from cron.

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.