air icon indicating copy to clipboard operation
air copied to clipboard

Why do I keep receiving this error for hot reloads inside contianers ?

Open knightswatch3 opened this issue 2 years ago • 3 comments

/bin/sh: /home/go-component/tmp/main: Text file busy

I understand what the error means but isn't it what AIR should be supposed to help me out with ?

How do I get rid of these errors ?

knightswatch3 avatar Dec 18 '21 07:12 knightswatch3

I'm having the same issue inside docker

adamgotterer avatar Dec 28 '21 22:12 adamgotterer

@palakoti0312 @adamgotterer do you see this error as being related to having multiple builds happening concurrently and multiple processes starting? https://github.com/cosmtrek/air/issues/216#issuecomment-1027245136

nwadams avatar Feb 22 '22 07:02 nwadams

I'm really not positive what the issue is. My gut says it's some sort of file contention issue where the OS, Air, or Docker isn't freeing up access fast enough. But I haven't had a chance to dig in any deeper since I filed this ticket.

adamgotterer avatar Feb 22 '22 19:02 adamgotterer