Algorithm not becoming "Active"

Algorithm not becoming "Active"  

  By: scjjb on Aug. 18, 2021, 12:03 p.m.

Hello, I submitted an algorithm and it has been over 20 minutes without it becoming active. I'm using the windows implementation (export.bat) which creates a .tar instead of a .tar.gz, is this an issue?

Re: Algorithm not becoming "Active"  

  By: scjjb on Aug. 18, 2021, 12:10 p.m.

Sorry I jumped the gun on this one, after 30 minutes it became active!

Re: Algorithm not becoming "Active"  

  By: maubreville on Aug. 19, 2021, 9:30 a.m.

Great that it became active :-) However: The .tar is essentially just a concatenated bunch of binary data (not zipped in any way), so the upload might have taken longer than necessary (and the storage higher) ;-)

You might want to look into installing gzip on your machine (which is just the step that's missing): http://gnuwin32.sourceforge.net/packages/gzip.htm

Best,

Marc