Force publish lower version number

Hey!

Is there a way to ignore the “version number lower or equal” error when publishing?
I am having a multicam shot in solaris and it would be a good case to be able to render out cams without having to wait that previous renders are completed.
I don’t mind having “cam030_v009” being published after “cam050_v011”.

thanks!

Reading through this post makes me think of:

  1. Does AYON allow publishing version with arbitrary numbers? without the number be the next version. I think it’s possible create_version.
  2. Does the version being published know which version it is?
    • I think for local publishing, it doesn’t, it just publish the next version (without locking it)
    • For farm render, I saw this PR to match the behavior of local rendering. Add farm version locking enable/disable setting #1767
      So, for your example I think the newer one you are publishing will be the v009 and the other one when finished will be v011.

Tagging @BigRoy for further insights.