the problem: storing clicks are getting dispatched without a click-time. so in queue we are setting the insertion time as `created_at`, not when click happens.
the problem: storing clicks are getting dispatched without a click-time.
so in queue we are setting the insertion time as
created_at, not when click happens.