Job webhook stopped sending build_status created

Summary

Job webhook stopped sending build_status: 'created' when a new job is created. Other statuses are properly sent but not created. This started happening few days ago, 07 May. Before this date it was working fine.

Steps to reproduce

On gitlab.com create a new job by either running a new Pipeline from the Gitlab interface or pushing to a branch that has .gitlab-ci.yml

Example Project

Any project that starts a job. It can be an empty project as long as it has .gitlab-ci.yml that initiates a job with Gitlab CI.

What is the current bug behavior?

All build_status come as normal to the job webhook except for the created one.

What is the expected correct behavior?

All build_status should come to the job webhook, including the created one.