should `ContainerTask` be able to work in `eager` ...
# flyte-support
r
should
ContainerTask
be able to work in
eager
workflows? if i wrap a
ContainerTask
in a
@task \n await def wrapper()
function, then it will actually run (as ContainerTask itself has no
__await__
). the program eventually crashes with like
FlyteSystemUnavailableException
but that's maybe because i did not configure
remote
in
eager
.
d
I think it doesn't work now
eager is just an experimental idea before
but in future it will work