Archiving + CRON
|
03-31-2015, 10:33 PM
Post: #11
|
|||
|
|||
RE: Archiving + CRON
Does cli/archive.php job runs in hourly cron job ?
or we need to trigger it whenever we need to push the results to S3 Is there a way to push the test results to S3 as soon as test completes ?. |
|||
04-01-2015, 11:35 PM
Post: #12
|
|||
|
|||
RE: Archiving + CRON
The results should get pushed to S3 as soon as a test completes but you need to schedule archive.php to run periodically as well to clean up local tests and to push any tests that did not complete successfully.
|
|||
04-02-2015, 03:21 PM
Post: #13
|
|||
|
|||
RE: Archiving + CRON
Thanks for your input,
We have added the following s3 settings in settings.ini file archive_s3_server=s3.amazonaws.com archive_s3_key=AWS_key archive_s3_secret=AWS_secret archive_s3_bucket= <our bucket name> archive_s3_url=https://<our bucket name>.s3.amazonaws.com/ archive_days=0 and we have (from 3 days ) tests completed successfully but not pushed to s3, If we run cli/archive.php our results will get pushed to s3. is it because of archive_days=0 ? is there anything that we might have missed ? |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)