radical-cybertools / radical.pilot

RADICAL-Pilot
http://radical-cybertools.github.io/radical-pilot/index.html
Other
54 stars 23 forks source link

Remove the Bson serlization layer due to mongo remove #3078

Closed AymenFJA closed 7 months ago

AymenFJA commented 11 months ago

We added the bson serialization layer in our serializer as MongoDB did not like the byte object from dill/pickle.

As mongo db is removed now we need to remove:

  1. https://github.com/radical-cybertools/radical.pilot/blob/617023615d5734309155222e8c6d059c0b788030/src/radical/pilot/pytask.py#L36C16-L36C30
  2. https://github.com/radical-cybertools/radical.pilot/blob/617023615d5734309155222e8c6d059c0b788030/src/radical/pilot/pytask.py#L62
andre-merzky commented 7 months ago

closing as outdated