The link to "Job Scheduler Triggers"(admin/structure/trigger/job_scheduler) displays admin front page. There doesn't appear to be any way to set up a trigger.

This link is shown here: admin/config/system/job_scheduler
I saw the same problem with both of these - 7.x-2.0-alpha3 , 7.x-2.x-dev

I would like to have a feed import run every time a user logs in. I am also trying to create a process where a feed import is run every time 15 minutes between 10am and 4pm every day. I read a lot of documentation and have spent several hours searching drupal.org and google for answers - there doesn't seem to be much discussion going on about this.

Comments

bart.hanssens’s picture

First you have to go to admin/config/system/job_scheduler and click on "add new trigger" on that page (perhaps it should be called "add new job".
Then you can click on the "job scheduler triggers" link, and assign a trigger to that newly created job.

You may need to clear the Drupal cache in order to see the "job scheduler" tab on the admin/structure/trigger/job_scheduler page

(tested with 2.x-dev on 7.15)

pierrelbz’s picture

Is the module Trigger (core) is enabled ?

I write an issue : http://drupal.org/node/1781212

joachim’s picture

Status: Needs work » Closed (duplicate)

I suspect this was fixed by a recent commit which moved the Trigger integration to a submodule, which correctly has trigger module as a dependency:

1e4b9bf0002ff50c83ee5ecdad877f3c1ba2a067
Author: Chris Leppanen
Date: Wed Jun 26 2013 03:57:45 GMT+0100 (BST)
Subject: Move trigger dependency to job_scheduler_trigger.module.

Try the dev version; reopen if I'm mistaken.

joachim’s picture

Issue summary: View changes

Added more details