Linux ベースの Private Synthetic Agent での登録後に合成ジョブが実行されない
問題:
Linux ベースの Private Synthetic Agent v21.5.0 への登録が完了しました。ただし、コントローラでジョブを作成すると、ジョブは実行されません。
Heimdall ポッドログには、次の例外が表示されます。
org.springframework.data.r2dbc.BadSqlGrammarException: executeMany; bad SQL grammar [INSERT
INTO heimdall.measurement (measurement_id, schedule_id, location_id,
browser_type, account, job_type, last_updated, measurement_status,
duration_secs, measurement_details) VALUES ($1, $2, $3, $4, $5, $6, $7,
$8, $9, $10)]; nested exception is io.r2dbc.postgresql.ExceptionFactory$PostgresqlBadGrammarException: [22001] value too long for type character varying(50)