Merge branch 'dillon/34.4-jenkins-vapor' into vapor/development

This commit is contained in:
Dillon Ngo
2024-05-21 09:39:27 +08:00
2 changed files with 18 additions and 18 deletions
+17 -17
View File
@@ -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
View File
@@ -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}`);