You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to deploy an application that consists of two IIS applications. I want them on the same host, so I grouped them. It looks like there is a racing condition going on: One site is created with configuration of one task, but the configuration is swiftly replaced by the other configuration of the other task.
So does the IIS driver support multple win_iis tasks in the same group?
The text was updated successfully, but these errors were encountered:
This definitely appears to be a bug from your statement. Mind giving me an example nomad job spec and I can find some time to add it to the list of tests the driver should do and see if I can reproduce.
The job spec above gives me one Application pool and one Web site. Like I said, I briefly get a binding to one.localhost which in turn becomes a binding to two.localhost.
I'm trying to deploy an application that consists of two IIS applications. I want them on the same host, so I grouped them. It looks like there is a racing condition going on: One site is created with configuration of one task, but the configuration is swiftly replaced by the other configuration of the other task.
So does the IIS driver support multple
win_iis
tasks in the same group?The text was updated successfully, but these errors were encountered: