AWX job_id integer max value 2147483647?

Hello!

I was curious about the job_id parameter in AWX, in the postgresql database specifically. I tried to gather information on this myself and I believe I’ve arrived at the conclusion that job_id in the main_activitystream_job table is an integer numeric type, and so per PostgreSQL: Documentation: 16: 8.1. Numeric Types the highest job_id would be 2147483647.

If the job_id exceeds this, does anyone know what happens at 2147483648?

I appreciate any info, thank you!

1 Like