mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
Merge branch 'dillon/34.4-jenkins-vapor' into vapor/development
This commit is contained in:
+17
-17
@@ -143,23 +143,23 @@ return [
|
||||
'level' => 'info',
|
||||
],
|
||||
|
||||
// 'vue_polling_vapor' => [
|
||||
// 'driver' => 'custom',
|
||||
// 'via' => \App\Logging\CloudWatchLoggerFactory::class,
|
||||
// 'formatter' => Monolog\Formatter\JsonFormatter::class,
|
||||
// 'cloudwatch_stream_name' => 'vue_polling_vapor',
|
||||
// 'sdk' => [
|
||||
// 'region' => env('AWS_MY_REGION'),
|
||||
// 'version' => 'latest',
|
||||
// 'credentials' => [
|
||||
// 'key' => env('AWS_CW_ACCESS'),
|
||||
// 'secret' => env('AWS_CW_SECRET')
|
||||
// ]
|
||||
// ],
|
||||
// 'retention' => 3, //cief todo: retention to be updated
|
||||
// 'level' => 'debug',
|
||||
// 'groupNamePrefix' => env('CLOUDWATCH_LOGGROUP_PREFIX'),
|
||||
// ],
|
||||
'vue_polling_vapor' => [
|
||||
'driver' => 'custom',
|
||||
'via' => \App\Logging\CloudWatchLoggerFactory::class,
|
||||
'formatter' => Monolog\Formatter\JsonFormatter::class,
|
||||
'cloudwatch_stream_name' => 'vue_polling_vapor',
|
||||
'sdk' => [
|
||||
'region' => env('AWS_MY_REGION'),
|
||||
'version' => 'latest',
|
||||
'credentials' => [
|
||||
'key' => env('AWS_CW_ACCESS'),
|
||||
'secret' => env('AWS_CW_SECRET')
|
||||
]
|
||||
],
|
||||
'retention' => 3, //cief todo: retention to be updated
|
||||
'level' => 'debug',
|
||||
'groupNamePrefix' => env('CLOUDWATCH_LOGGROUP_PREFIX'),
|
||||
],
|
||||
|
||||
|
||||
'perfex_crm' => [
|
||||
|
||||
+1
-1
@@ -87,7 +87,7 @@ export default {
|
||||
},
|
||||
|
||||
startPolling({ state, commit, dispatch }, { jobId, name, pollingAttemptsCount, maxAttempts = 8}) {
|
||||
let interval = 10000;
|
||||
let interval = 3000; //cief todo: original was 10000
|
||||
|
||||
// console.log(`startPolling jobId: ${jobId}, pollingAttemptsCount: ${pollingAttemptsCount}, name: ${name}`);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user