Closed Bug 821935 Opened 12 years ago Closed 9 years ago

[crontabber] daily_url crontabber app needs good config

Categories

(Socorro :: General, task)

x86
macOS
task
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: peterbe, Unassigned)

Details

Our current "standard" is that crontabber and its jobs use the real default config variable (instead of `default="insert/something/here"`) so that the crontabber.ini can be minimal. However, the settings that daily_url.py are not set. E.g. required_config.add_option( 'public_output_path', default='.', doc="file system location to put the 'external/public' " "output csv file" ) All the defaults need to match Socorro production so that we don't need to add anything to /etc/socorro/crontabber.ini
Note-to-self: This is how to override settings in crontabber.ini for this app: [crontabber] ... [[class-DailyURLCronApp]] public_output_path=/some/where
Assignee: nobody → peterbe
Throwing this over to you Rob as per our discussion on Friday last week. What I did note was that the directory related settings were copied as they were before but what we need is the scp/ssh related stuff.
Assignee: peterbe → rhelmer
Not actively working on this, can help out though if needed.
Assignee: rhelmer → nobody
We've gone back and forth so much about what the default config should be and never reach a standard. Also, the daily url functionality is slowly going out in favor of doing the same with Telemetry data. Let's not bother.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.