If I recall correctly the cronjob generic_agent and generic_agent-database. Are for running generic agent. But are they necessary if I created a Generic Agent in the frontend? Is the generic_agent or generic_agent_database needed to run the generic agent every monday to friday at 9 am to 6 pm?
I tried selecting minute, hour and days. It still does not execute, but the genericagents created with event based execution is working fine.
If I cp generic_agent.dist or generic_agent-database.dist and setup a cron schedule this will cause the genericagent in the database to run on a set schedule right irregardless of whether its a event deriven or schedule driven.
Say I have a genericagent - DoSomethingOnArticleCreate that runs every articlecreate and one every 9 am on thursday lets call it DoSomethingAt9Onthursday if I set the generic_agent-database to
#*/10 * * * * $HOME/bin/otrs.GenericAgent.pl -c db >> /dev/null. This will cause both genericagent to run every 10 minutes everyday right?
So what is the proper way. Or is this correct that for Automatic Execution I need to run a cron?
